About site: Games/Rhymes and Counting - Kidswordz
Return to Kids_and_teens
  About site: http://www.geocities.com/kidswordz/

Title: Games/Rhymes and Counting - Kidswordz Instructions for playing a variety of games, written by a nine-year-old.
Picking_Who_Is_\"It\" A collection of the folk rhymes that American children chant while choosing "it" in games. Includes instructions for using fists in a circle.

Create_Your_Own_Web_Page Shows how to create a web page in seven simple steps.

KittyCat_Designs Offers a selection of unique layouts available as linkware.

Layout_Land Offers many different layouts and graphics. Also includes HTML generators and website building resources.

10_Layout_Rules Ten "rules" for the creation of a site layout.

Magitek_Designs Help with website design including tutorials, graphics and layouts.


  Alexa statistic for http://www.geocities.com/kidswordz/





Get your Google PageRank






Please visit: http://www.geocities.com/kidswordz/


  Related sites for http://www.geocities.com/kidswordz/
    The_Secret_Art_of_HTML_and_Web_Design Offers lectures on HTML, VRML, and JavaScript.
    Teen_Developers Provides resources for teen web developers, including tutorials in HTML, JavaScript, StyleSheets, Visual Basic, AppleScript, IRC and C++.
    Teen_Programmers_Unite Includes a message forum, mailing list, latest news, and tutorials for teen web developers and programmers.
    WDVL__Web_Site_Design Provides many articles on the topic of web page design.
    WebGenies__Web_Site_Design_for_Kids Lessons, projects and games to help children design and build web sites. Includes a detailed glossary and information on careers in web design.
    Aircraft_Model Learn to build with these tips and techniques. Site features a comprehensive list of resources and a builder's forum.
    3D_Papermodel_Net Large collection of free paper models with instructions in PDF format. Includes cars, planes, animals, computers, ships, and cartoons.
    Dr__Faust\'s_Painting_Clinic Provides information for those who needing help painting and converting Games Workshop Models.
    Frequency-RC Offers movies, videos, images and downloads.
    Lancaster_Train_Collection View pictures of antique trains and train collections.
    Model_Train_Station Offers information about model trains. The site has sections about cleaning, smoking, buying and frequently asked questions.
    Ninfinger_Productions_-_Scale_Models A resource for model spacecraft, rockets, missiles, and planes.
    Paper_Model_Space_Exploration_Fleet Various paper models ranging in difficulty of actual NASA satellites.
    Zoids Offers photos of select models.
    Amateur_Athletic_Union_(AAU) Organization dedicated to the promotion and development of amateur sports. Local and national event calendar, associations listings, and contact information.
    Cul4kidz Has interviews and articles about Gaelic games, statistics, history, rules and basic skills, activities, and wallpapers.
    Exploratorium__Sport_Science Examines the most popular team and recreational sports, including baseball, cycling, skateboard, and hockey. Also includes highlights on bouncing balls, rock climbing, and facts.
    Extreme_Sports Invites to experience the extreme sports of rock climbing, skateboarding and in-line skating, and learn about training and equipment needed, techniques of the sports, safety tips, and possible injurie
    Girls_@_Play Profiles Canadian female sports heroes, answers basic questions about health and fitness, features current sports news, and identifies places kids can get in the game.
    Sports_Central Learn about major sports, their history, and the changes they've undergone over the years.
    Sports_Coach__Over-Training Explains the hazards of over-training. Includes signs, causes, factors affecting performance, and personal assessment questions.
    Texas_Parks_and_Wildlife__Outdoor_Kids Guide to outdoor activities with ideas on making nature and science fun for kids. Includes hiking safety tips, arts and craft projects, ideas for building a science experiment, and coloring books.
    Todd_Skinner\'s_Virtual_Climbing_Tour Travel along with the most diversely accomplished rock climber of this generation in this virtual journey across the continents.
    Which_Sport_is_for_You? Designed to help kids in 4th-6th grade choose which commonly played team sport they will enjoy the most. Tells what experts have to say, how much equipment costs, and what sort of body build is requir
    Youth_Trapshooting Learn about trapshooting from cleaning to safety. Read current news, or play a skeetshooting game online.
    The_Hindu__Young_World News about children of different states in India.
    Kids_Newsroom Weekly ezine with national news plus world, science, history, sports, entertainment and US government news.
    News_for_Kidz-News_About_Kidz News for, by and about kids world-wide. QuickQuestions suggest ideas about news to share. News covers the ordinary and extraordinary events in the lives of kids and teens. Sections on famous children,
    PBS_NewsHour_Extra World news and reports written for students from PBS Kids. Includes resources for teachers and educators as well as students to improve analytical skills. There are links to video and transcripts.
    Scholastic_News_Zone National and world news from this week's headlines plus Scholastic News Radio and special reports with video clips. USA.
    Time_for_Kids The latest news from around the world for kids in grades K-6. Includes related polls, games, and websites. USA.
    Weekly_Reader Features age-appropriate news articles, features, trivia, and games. USA.
    All_Recipes An extensive, searchable database of kids' recipes. Submit recipes or requests.
    Animal_Crackers Recipes for young children, sorted by food group.
    Aunt_Libbey\'s_Kitchen_for_Kids Snack and craft recipes for kids to try.
    Bobby\'s_Favorite_Recipes Dole presents recipes kids can make, including banana peanut butter sandwiches and banana raisin pancakes.
    Bread_-_From_Seed_to_Sandwich Bread and muffin recipes with illustrations.
    CafeZoom Recipes from ZOOM for drinks, snacks, baked goods, real food, and frozen treats.
    CanTeach__Recipes A collection of recipes for older kids. Includes dishes for special holidays and from many different cultures. Also includes recipes for art supplies such as playdough, paints, bubbles, paper mache
    Captain_Jolly_Kids__Fun_in_the_Galley Recipes for assorted treats, from peanut butter cannonballs to pirate cereal stew.
This is now2007.com cache of m/ as retrieved on 2009.01.08 now2007.com's cache is the snapshot that we took of the page as we crawled the web. The page may have changed since that time.
var PUpage="76001083"; var PUprop="geocities"; var thGetOv="http://themis.geocities.yahoo.com/themis/h.php"; var thCanURL="http://us.geocities.com/kidswordz/index.html"; var thSpaceId="76001083"; var thIP="208.109.14.18"; var thTs="1231433393"; var thCs="e963892da4f74202045b65b9531b5842"; index function getScale(c, height) { var t = Math.sqrt(2 * height / c.gravity); var scale = 4 * height / sqr(t); return scale;}function sqr(x) { return x * x;}function updateBounce(c) { var bottom = getViewYOffset() + getViewHeight() - c.imageHeight; for (var i = 0; i < c.imageCount; i++) { var name = c.prefix + i; var scale = c.pScale[name]; var x = getLayerX(name) + c.xSpeed[name]; var y = -scale * sqr(c.pIndex[name]) + c.pHeight[name]; if (y> 0) y = bottom - y; else y = bottom; var bounds = outOfBounds(c, x, y, c.imageWidth, c.imageHeight); if (bounds & 1) { // left x = 2 * getViewXOffset() - x; c.xSpeed[name] = -c.xSpeed[name] * c.elasticity; } if (bounds & 2) { // right x = 2 * (getViewXOffset() + getViewWidth() - c.imageWidth) - x; c.xSpeed[name] = -c.xSpeed[name] * c.elasticity; } moveLayer(name, x, y); if ((c.pIndex[name] += 0.5)> c.pLimit[name]) { c.xSpeed[name] *= 1 - c.friction; c.pIndex[name] -= Math.sqrt(c.pHeight[name] / scale); c.pHeight[name] = Math.max(0.25, c.pHeight[name] * c.elasticity); c.pIndex[name] = -(c.pLimit[name] = Math.sqrt(c.pHeight[name] / scale)); if (c.pHeight[name] < c.kickThreshold) { if (c.kickOpt == 1) { // kick c.pHeight[name] = 100 + random(getViewHeight()); c.xSpeed[name] = random(41) - 20; scale = (c.pScale[name] = getScale(c, c.pHeight[name])); c.pIndex[name] = -(c.pLimit[name] = Math.sqrt(c.pHeight[name] / scale)); } else if (c.kickOpt == 2) { // drop c.pHeight[name] = getViewHeight() + c.imageHeight + 100 + random(500); c.pScale[name] = getScale(c, c.pHeight[name]); c.xSpeed[name] = random(41) - 20; c.pIndex[name] = 0; c.pLimit[name] = Math.sqrt(c.pHeight[name] / scale); } } } } setTimeout('updateBounce(c' + c.uid + ')', c.updateInterval);} if (layerSupport()) {c607 = new config();c607.uid = 607;c607.prefix = "y_bounce607";c607.image = "";c607.imageWidth = ** ERROR:java.lang.NullPointerException;c607.imageHeight = ** ERROR:java.lang.NullPointerException;c607.imageCount = 3;c607.gravity = 4;c607.friction = 0.1;c607.elasticity = 0.65;c607.topWall = 0;c607.xSpeed = new Array();c607.pHeight = new Array();c607.pIndex = new Array();c607.pScale = new Array();c607.pLimit = new Array();c607.kickThreshold = 5;c607.kickOpt = 1;for (var i = 0; i < c607.imageCount; i++) { var name = c607.prefix + i; c607.xSpeed[name] = random(41) - 20; c607.pHeight[name] = -1 == -1 ? randomY(c607) : -1 + random(50); c607.pScale[name] = getScale(c607, c607.pHeight[name]); c607.pLimit[name] = Math.sqrt(c607.pHeight[name] / c607.pScale[name]); c607.pIndex[name] = 0; writeImage(c607.image, name, randomX(c607), c607.pHeight[name]);} setTimeout('updateBounce(c607)', c607.updateInterval); } Kidswordz is written by me -Ellie- for a Class 5 English project at Cherrytree Primary School. Welcome to Kidswordz Hi. My name is Ellie and I'm 9 years old. I live in England and I have a twin brother. We enjoy playing outside with our friends. We live in the country so there's lots of fields, woods and streams to play in.  We have lots of games and rhymes  that we use for choosing players like who's in or it or the leader. This page is for a school project to tell you about these games and rhymes so that other kids can use them as well. Last one to the tree - We have a race and the last one to the tree is It. Pud Plum - For this game you have to stand opposite someone else. You both walk towards each other by making your heel touch your other foot's toe in each step. You have to chant 'Pud - Plum' for the steps and the last person to get their whole foot in wins and the other person is It. Paper, Scissors, Rock - This game is for choosing between 2 people. You put your hands behind your back and then count to 3. When you say 3 you have to hold your hand out in a shape. You can make a rock with your fist, scissors with your fingers or paper with a flat hand. The rules are:Scissors beats paper because they cut it.Paper beats rock because it covers it.Rock beats scissors because they make them blunt.The person who loses has to be It. Dipping Rhymes - Here are our favourite rhymes for dips. We stand in a circle and put our fists or feet in. One person says a rhyme and points to the fists or feet. If it lands on you at the end of the rhyme, you're out. The last person in is It.My mother and your mother were hanging out the clothes,My mother gave your mother a punch on the nose.What colour was the blood? (choose a colour, eg. blue)B-L-U-E spells blue and you are out!Scout, scout, you're out.Inky, pinky, ponky,Daddy bought a donkey,Donkey died,Daddy cried,Inky, pinky, ponky.Mickey Mouse Built a houseWhat colour was it?(Choose a colour eg. green)G-R-E-E-N spells green and you are out.Dip doo magazoo,It is not you. Arms In the Circle - Everyone stands in a circle and puts one of their arms into the middle. We count to 3 and the last person to pull their arm out is It. Foot Drop - Everyone stands in a circle and puts a leg into the middle. One person throws a ball into the circle and the first person to be hit on the leg by the ball is It. Windows - Everone stands in a circle with their legs apart. Someone throws a ball into the middle of the circle and if it rolls through your legs you are It. geovisit();setstats 1
 

Instructions

for

playing

a

variety

of

games,

written

by

a

nine-year-old.

http://www.geocities.com/kidswordz/

Kidswordz 2009 January

dvd rental

dvd


Instructions for playing a variety of games, written by a nine-year-old.

Rules




© 2005 Internet Explorer 5+ or Netscape 6+

Recommended Sites: 1. Arts - Business - Computers - Games - Health - Home - Kids and Teens - News - Recreation - Reference - Regional - Science - Shopping - Society - Sports - World Miss Gallery - Top Anime Hentai - DVD rental by mail - Php Scripts - Advertising - Debt Consolidation - Guitar Lesson - Problem Mortgage
2009-01-08 09:49:53

Copyright 2005, 2006 by Webmaster
Websites is cool :)